# NOT RUN {
examplesoil = soil(defaultSoilParams())
soil.thermalconductivity(examplesoil)
soil.thermalcapacity(examplesoil)
#Values change when altering water content (drier layers have lower conductivity and capacity)
examplesoil$W = c(0.1, 0.4, 0.7, 1.0)
soil.thermalconductivity(examplesoil)
soil.thermalcapacity(examplesoil)
# }
Run the code above in your browser using DataLab